ArcObjects Library Reference  (Display)    

IDynamicGlyph.SetAnchor Method

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

[Visual Basic 6.0]
Sub SetAnchor(
    ByVal xAnchor As Single, _
    ByVal yAnchor As Single _
)
[Visual Basic .NET]
Public Sub SetAnchor ( _
    ByVal xAnchor As Single, _
    ByVal yAnchor As Single _
)
[C#]
public void SetAnchor (
    float xAnchor,
    float yAnchor
);
[Java]
public void setAnchor (
    float xAnchor,
    float yAnchor
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SetAnchor(
  float xAnchor,
  float yAnchor
);
[C++]

Parameters

xAnchor [in]

  xAnchor is a parameter of type float

yAnchor [in]

  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