|
Public Member Functions |
Standard_EXPORT | IGESBasic_Name () |
Standard_EXPORT void | Init (const Standard_Integer nbPropVal, const Handle(TCollection_HAsciiString)&aName) |
| This method is used to set the fields of the class Name
- nbPropVal : Number of property values, always = 1
- aName : Stores the Name
.
|
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
| returns the number of property values, which should be 1
|
Standard_EXPORT Handle_TCollection_HAsciiString | Value () const |
| returns the user defined Name
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Standard_Integer | theNbPropertyValues |
Handle_TCollection_HAsciiString | theName |