ArcObjects Library Reference  (Display)    

IDynamicSymbolProperties.SetScale Method

Scales the dynamic symbol.

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

Parameters

dynamicSymbolType [in]

  dynamicSymbolType is a parameter of type esriDynamicSymbolType

scaleX [in]

  scaleX is a parameter of type float

scaleY [in]

  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