SurfaceOperationTransformByTransformMatrix Property |
Gets the transform matrix of this operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Matrix3d TransformMatrix { get; }
Public ReadOnly Property TransformMatrix As Matrix3d
Get
public:
property Matrix3d TransformMatrix {
Matrix3d get ();
}
Property Value
Matrix3d
See Also