Click or drag to resize

mEdmCmdNodeGetProperty Method

Gets the specified property for the file changing state.

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public Object GetProperty(
	EdmCmdNodeProp eProperty,
	Object oArg
)

Parameters

eProperty
Type: EdmCmdNodeProp
EdmCmdNodeProp.
oArg
Type: SystemObject
Argument.

Return Value

Type: Object
Property value.

Implements

IEdmCmdNode.GetProperty(EdmCmdNodeProp, Object)
See Also