ArcObjects Library Reference  (Carto)    

ICadastralFabricSelection.ControlPointSymbol Property

The designated control point symbol.

[Visual Basic 6.0]
Property ControlPointSymbol As ISimpleMarkerSymbol
[Visual Basic .NET]
Public Property ControlPointSymbol As ISimpleMarkerSymbol
[C#]
public ISimpleMarkerSymbol ControlPointSymbol {get; set;}
[Java]
public  getControlPointSymbol (
    ISimpleMarkerSymbol Symbol
)
[Java]
public void setControlPointSymbol(
    ISimpleMarkerSymbol Symbol
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ControlPointSymbol(
  ISimpleMarkerSymbol** Symbol
);
[C++]
HRESULT put_ControlPointSymbol(
  ISimpleMarkerSymbol* Symbol

);

[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ISimpleMarkerSymbol

Symbol [in]

  Symbol is a parameter of type ISimpleMarkerSymbol

Product Availability

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

See Also

ICadastralFabricSelection Interface

 


Feedback Send feedback on this page