This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSelection Interface > ICadastralFabricSelection.ControlPointSymbol Property (ArcObjects .NET 10.4 SDK) |
The designated control point symbol.
[Visual Basic .NET] Public Property ControlPointSymbol As ISimpleMarkerSymbol
[C#] public ISimpleMarkerSymbol ControlPointSymbol {get; set;}
[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