Gets the annotations of the specified type in this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAnnotationsByType( _
ByVal Type As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim Type As System.Integer
Dim value As System.Object
value = instance.GetAnnotationsByType(Type) |
C# | |
---|
System.object GetAnnotationsByType(
System.int Type
) |
C++/CLI | |
---|
System.Object^ GetAnnotationsByType(
& System.int Type
) |
Parameters
- Type
- Annotation type as defined by swAnnotationType_e (see Remarks)
Return Value
Array of
annotations
Remarks
See Also
Availability
SOLIDWORKS 2025 SP02, Revision Number 33.2