#include <IGESAppli_PinNumber.hxx>
Inheritance diagram for IGESAppli_PinNumber:
Public Member Functions | |
Standard_EXPORT | IGESAppli_PinNumber () |
Standard_EXPORT void | Init (const Standard_Integer nbPropVal, const Handle(TCollection_HAsciiString)&aValue) |
This method is used to set the fields of the class PinNumber - nbPropVal : Number of property values (always = 1) - aValue : Pin Number value . | |
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
returns the number of property values is always 1 | |
Standard_EXPORT Handle_TCollection_HAsciiString | PinNumberVal () const |
returns the pin number value | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | theNbPropertyValues |
Handle_TCollection_HAsciiString | thePinNumber |
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|