BlockParameterGetPropertyValue(String,
Matrix3d) Method
|
Namespace: Teigha.Internal.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
25.3.0.0
Syntax
public Object GetPropertyValue(
string name,
ref Matrix3d xform
)
Public Function GetPropertyValue (
name As String,
ByRef xform As Matrix3d
) As Object
public:
Object^ GetPropertyValue(
String^ name,
Matrix3d% xform
)
member GetPropertyValue :
name : string *
xform : Matrix3d byref -> Object
Parameters
- name String
-
- xform Matrix3d
-
Return Value
Object
See Also