ArcObjects Library Reference  (Display)    

IDynamicGlyph.GetAnchor Method

Indicates the origin of the glyph from the the bottom left.

[Visual Basic 6.0]
Sub GetAnchor(
    xAnchor As Single, _
    yAnchor As Single _
)
[Visual Basic .NET]
Public Sub GetAnchor ( _
    ByRef xAnchor As Single&, _
    ByRef yAnchor As Single& _
)
[C#]
public void GetAnchor (
    ref Single& xAnchor,
    ref Single& yAnchor
);
[Java]
public void getAnchor (
    Single& xAnchor,
    Single& yAnchor
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetAnchor(
  float* xAnchor,
  float* yAnchor
);
[C++]

Parameters

xAnchor [in, out]

  xAnchor is a parameter of type float

yAnchor [in, out]

  yAnchor is a parameter of type float

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicGlyph Interface

 


Feedback Send feedback on this page