'Declaration Public MustOverride ReadOnly Property SelectionType As ImGearARTSelectionType
'Usage Dim instance As ImGearARTSelection Dim value As ImGearARTSelectionType value = instance.SelectionType
public abstract ImGearARTSelectionType SelectionType {get;}
public: __property abstract ImGearARTSelectionType get_SelectionType();
public: abstract property ImGearARTSelectionType SelectionType { ImGearARTSelectionType get(); }