SelectedSubObjectGraphicsSystemMarker Property
 | 
Note: This API is now obsolete.
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
[ObsoleteAttribute("Use GraphicsSystemMarkerPtr.")]
public int GraphicsSystemMarker { get; }
 
<ObsoleteAttribute("Use GraphicsSystemMarkerPtr.")>
Public ReadOnly Property GraphicsSystemMarker As Integer
        Get
 
public:
[ObsoleteAttribute(L"Use GraphicsSystemMarkerPtr.")]
property int GraphicsSystemMarker {
        int get ();
}
 
[<ObsoleteAttribute("Use GraphicsSystemMarkerPtr.")>]
member GraphicsSystemMarker : int with get
 
 
 
Property Value
Type: 
Int32 
See Also