Attaches this annotation to the specified entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetAttachedEntities( _
ByVal Count As System.Integer, _
ByRef LpArr As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim Count As System.Integer
Dim LpArr As System.Object
Dim value As System.Boolean
value = instance.ISetAttachedEntities(Count, LpArr) |
C# | |
---|
System.bool ISetAttachedEntities(
System.int Count,
ref System.object LpArr
) |
C++/CLI | |
---|
System.bool ISetAttachedEntities(
& System.int Count,
& System.Object^% LpArr
) |
Parameters
- Count
- Number of entities to which to attach this annotation
- LpArr
- in-process, unmanaged C++: Pointer to an array of entities to attach this annotation to (see Remarks)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if the annotation is attached to the entities, false if not
Remarks
See Also
Availability
2007 FCS, Revision Number 15