IGetBasePoint Method (IBlockDefinition)
Obsolete. Superseded by ISketchBlockDefinition::InsertionPoint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetBasePoint() As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IBlockDefinition
Dim value As System.Double
value = instance.IGetBasePoint() |
C# | |
---|
System.double IGetBasePoint() |
C++/CLI | |
---|
System.double IGetBasePoint(); |
See Also