DraftOutward Property (ISimpleHoleFeatureData)
Obsolete. Superseded by ISimpleHoleFeatureData2::DraftOutward.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DraftOutward As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleHoleFeatureData
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