MaterialIdName Property (IPartDoc)
Gets and sets the material ID.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MaterialIdName As String |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim value As String
instance.MaterialIdName = value
value = instance.MaterialIdName
|
C# | |
---|
string MaterialIdName {get; set;} |
C++/CLI | |
---|
property String^ MaterialIdName {
String^ get();
void set (String^ value);
} |
Example
Remarks
See Also