DraftOutward Property (IRibFeatureData)
Obsolete. Superseded by IRibFeatureData2::DraftOutward.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DraftOutward As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRibFeatureData
Dim value As Boolean
instance.DraftOutward = value
value = instance.DraftOutward
|
C# | |
---|
bool DraftOutward {get; set;} |
C++/CLI | |
---|
property bool DraftOutward {
bool get();
void set (bool value);
} |
See Also