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