Gets the attachment point of the GTol.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function IGetAttachPos() As Double |
| Visual Basic (Usage) | |
|---|
Dim instance As IGtol
Dim value As Double
value = instance.IGetAttachPos()
|
| C# | |
|---|
double IGetAttachPos() |
| C++/CLI | |
|---|
double IGetAttachPos(); |
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also