| Visual Basic | |
|---|---|
Function GetProperty( _ ByVal eProperty As EdmCmdNodeProp, _ Optional ByVal oArg As System.Object _ ) As System.Object | |
| C# | |
|---|---|
System.object GetProperty( EdmCmdNodeProp eProperty, System.object oArg ) | |
| C++/CLI | |
|---|---|
System.Object^ GetProperty( & EdmCmdNodeProp eProperty, & System.Object^ oArg ) | |
Parameters
- eProperty
- Type of property to retrieve as defined in EdmCmdNodeProp
- oArg
- Null; reserved for future use
Return Value
Property valueSee the IEdmCmdNode examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2011