ArcObjects Library Reference (Carto)  

ISizeRenderer.SizeRendererExpression Property

Gets size expression.

[Visual Basic .NET]
Public Property SizeRendererExpression As String
[C#]
public string SizeRendererExpression {get; set;}
[C++]
HRESULT get_SizeRendererExpression(
  BSTR* pExpression
);
[C++]
HRESULT put_SizeRendererExpression(
  BSTR pExpression
);
[C++]

Parameters

pExpression [out, retval]   pExpression is a parameter of type BSTR pExpression [in]   pExpression is a parameter of type BSTR

Product Availability

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

See Also

ISizeRenderer Interface