|
override void | Dispose () |
|
override HPS.Type | ObjectType () |
| This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object). More...
|
|
| SprocketKit (HPS.SprocketKit in_that) |
|
| Sprocket (HPS.Sprocket in_that) |
|
virtual bool | Empty () |
| Indicates whether this object has any values set on it. More...
|
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
| Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
virtual HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
◆ ObjectType()
override HPS.Type HPS.SprocketKit.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Reimplemented in HPS.Publish.ExportOptionsKit, HPS.Publish.SlideTableKit, HPS.Exchange.NURBSConversionOptionsKit, HPS.Publish.TextFieldKit, HPS.Publish.SignatureFieldKit, HPS.Exchange.ExportIGESOptionsKit, HPS.Publish.DropDownListKit, HPS.Exchange.ExportSTEPOptionsKit, HPS.Exchange.ExportXMLOptionsKit, HPS.Exchange.ExportU3DOptionsKit, HPS.Publish.ListBoxKit, HPS.Exchange.ExportOBJOptionsKit, HPS.Exchange.ExportSTLOptionsKit, HPS.Publish.RadioButtonKit, HPS.Exchange.ExportPRCOptionsKit, HPS.Exchange.ExportJTOptionsKit, HPS.Exchange.ExportACISOptionsKit, HPS.Publish.CheckBoxKit, HPS.Exchange.ExportFBXOptionsKit, HPS.Exchange.Export3MFOptionsKit, HPS.Publish.ButtonKit, HPS.Publish.LinkKit, HPS.Exchange.ModelFileImportOptionsKit, HPS.Publish.TableKit, HPS.Publish.ImageKit, HPS.Publish.TextKit, HPS.Publish.ViewKit, HPS.Publish.ArtworkKit, HPS.Parasolid.ExportOptionsKit, HPS.Exchange.ImportOptionsKit, HPS.Parasolid.ImportOptionsKit, HPS.Publish.AnnotationKit, HPS.Exchange.ExportParasolidOptionsKit, HPS.Parasolid.LineTessellationKit, HPS.Exchange.TranslationOptionsKit, HPS.Exchange.TessellationOptionsKit, HPS.DWG.ImportOptionsKit, HPS.Publish.PageKit, HPS.Parasolid.FacetTessellationKit, HPS.Sketchup.ImportOptionsKit, HPS.Publish.DocumentKit, and HPS.Sketchup.ImportResultsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk/source/cs/HPS.SprocketKit.cs