ISetXform Method (IComponent2)
Obsolete. Superseded by IComponent2::Transform2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetXform( _
ByRef XformIn As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IComponent2
Dim XformIn As Double
Dim value As Boolean
value = instance.ISetXform(XformIn)
|
C# | |
---|
bool ISetXform(
ref double XformIn
) |
C++/CLI | |
---|
bool ISetXform(
& double% XformIn
) |
Parameters
- XformIn
-
See Also