Interface IXbimCurveSet
Inherited Members
System.Collections.Generic.IEnumerable<Xbim.Common.Geometry.IXbimCurve>.GetEnumerator()
System.IDisposable.Dispose()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public interface IXbimCurveSet : IEnumerable<IXbimCurve>, IEnumerable, IXbimGeometryObject, IDisposable
Properties
| Improve this Doc View SourceCount
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
First
Declaration
IXbimCurve First { get; }
Property Value
Type | Description |
---|---|
IXbimCurve |