Gets the transform for this component.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Transform As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMComponent
Dim value As System.Object
value = instance.Transform |
C# | |
---|
System.object Transform {get;} |
C++/CLI | |
---|
property System.Object^ Transform {
System.Object^ get();
} |
Property Value
Array containing 16 elements that define the transform:
Be aware that the SOLIDWORKS API method IComponent2::Transform2 returns an IMathTransform object, whose 16 elements are ordered differently. See the SOLIDWORKS API Help for details about IComponent2::Transform2 and IMathTransform.
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 SP1