public interface UserDefinedFeatureClass extends TransientObject
Features.UserDefinedFeatureClassManager#createClass
Modifier and Type | Interface and Description |
---|---|
static interface |
UserDefinedFeatureClass.CopyCallback
Prototype for copy callbacks
|
static interface |
UserDefinedFeatureClass.CreateCallback
Prototype for create callbacks
|
static interface |
UserDefinedFeatureClass.EditCallback
Prototype for edit callbacks
|
static interface |
UserDefinedFeatureClass.IconCallback
Prototype for icon callbacks
|
static interface |
UserDefinedFeatureClass.UpdateCallback
Prototype for update callbacks
|
Modifier and Type | Method and Description |
---|---|
void |
addCopyHandler(UserDefinedFeatureClass.CopyCallback copyCallback)
Registers the copy callback.
|
void |
addCreateHandler(UserDefinedFeatureClass.CreateCallback createCallback)
Registers the create callback.
|
void |
addEditHandler(UserDefinedFeatureClass.EditCallback editCallback)
Registers the edit callback.
|
void |
addIconHandler(UserDefinedFeatureClass.IconCallback iconCallback)
Registers the udf icon callback.
|
void |
addUpdateHandler(UserDefinedFeatureClass.UpdateCallback updateCallback)
Registers the udf update callback.
|
String |
className()
Returns the class name
License requirements: None. |
_value, dispose, printTestData, printTestData
String className() throws NXException, RemoteException
NXException
RemoteException
void addEditHandler(UserDefinedFeatureClass.EditCallback editCallback) throws NXException, RemoteException
editCallback
- NXException
RemoteException
void addCreateHandler(UserDefinedFeatureClass.CreateCallback createCallback) throws NXException, RemoteException
createCallback
- NXException
RemoteException
void addUpdateHandler(UserDefinedFeatureClass.UpdateCallback updateCallback) throws NXException, RemoteException
updateCallback
- NXException
RemoteException
void addIconHandler(UserDefinedFeatureClass.IconCallback iconCallback) throws NXException, RemoteException
iconCallback
- NXException
RemoteException
void addCopyHandler(UserDefinedFeatureClass.CopyCallback copyCallback) throws NXException, RemoteException
copyCallback
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.