API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_UNITSELECTIONSCHEME Property / DMG_VIEWPLACEMENT_UNITSELECTIONSCHEME(Int32) Property

In This Topic
    DMG_VIEWPLACEMENT_UNITSELECTIONSCHEME(Int32) Property
    In This Topic
    Model view: Selection scheme # 36506. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_UNITSELECTIONSCHEME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_UNITSELECTIONSCHEME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Scheme for item selection in model view or drilling view. The selection scheme specifies the item types to be displayed in the model view or drilling view.

    See Also