BrepComplexEnumeratorCurrent Property
 | 
Namespace:  Teigha.BoundaryRepresentation
Assembly:  TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
 
public virtual Complex Current { get; }
 
Public Overridable ReadOnly Property Current As Complex
        Get
 
public:
virtual property Complex^ Current {
        Complex^ get ();
}
 
abstract Current : Complex with get
override Current : Complex with get
 
 
 
Property Value
Type: 
Complex
Implements
IEnumeratorTCurrent 
See Also