Interface IPrimitive
Namespace: Aximo.VertexData
Assembly: AxCommon.dll
Syntax
public interface IPrimitive
Properties
| Improve this Doc View SourceCount
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceCopyTo(ICollection<IPrimitive>)
Declaration
void CopyTo(ICollection<IPrimitive> destination)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<IPrimitive> | destination |