Inserts annotations from the specified favorite file at the specified location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertAnnotationFavorite( _
ByVal BstrFileName As String, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) As Annotation |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim BstrFileName As String
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim value As Annotation
value = instance.InsertAnnotationFavorite(BstrFileName, X, Y, Z)
|
C# | |
---|
Annotation InsertAnnotationFavorite(
string BstrFileName,
double X,
double Y,
double Z
) |
C++/CLI | |
---|
Annotation^ InsertAnnotationFavorite(
& String^ BstrFileName,
& double X,
& double Y,
& double Z
) |
Parameters
- BstrFileName
Path and filename of favorites file
- X
- x coordinate where to insert the annotations
- Y
y coordinate where to insert the annotations
- Z
z coordinate where to insert the annotations
Return Value
Annotation
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0