ArcObjects Library Reference  (Display)    

IDynamicSymbolProperties.GetScale Method

Scales the dynamic symbol.

[Visual Basic 6.0]
Sub GetScale(
    ByVal dynamicSymbolType As esriDynamicSymbolType, _
    scaleX As Single, _
    scaleY As Single _
)
[Visual Basic .NET]
Public Sub GetScale ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType, _
    ByRef scaleX As Single&, _
    ByRef scaleY As Single& _
)
[C#]
public void GetScale (
    esriDynamicSymbolType dynamicSymbolType,
    ref Single& scaleX,
    ref Single& scaleY
);
[Java]
public void getScale (
    esriDynamicSymbolType dynamicSymbolType,
    Single& scaleX,
    Single& scaleY
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetScale(
  esriDynamicSymbolType dynamicSymbolType,
  float* scaleX,
  float* scaleY
);
[C++]

Parameters

dynamicSymbolType [in]

  dynamicSymbolType is a parameter of type esriDynamicSymbolType

scaleX [in, out]

  scaleX is a parameter of type float

scaleY [in, out]

  scaleY is a parameter of type float

Product Availability

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

See Also

IDynamicSymbolProperties Interface

 


Feedback Send feedback on this page