public class CadAcDbAssocGeomDependency extends CadAcDbAssocDependency
Class describing Assoc Geom Dependency.
CadAcDbAssocDependency| Constructor and Description |
|---|
CadAcDbAssocGeomDependency() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGeomDependencyClassVersion()
Gets and sets the class version of geom dependency.
|
int |
getIndex1()
Gets and sets the unknown index.
|
int |
getIndex2()
Gets and sets the unknown index.
|
boolean |
isDependentOnCompoundObject()
Gets and sets the IsDependentOnCompoundObject.
|
boolean |
isEnabled()
Gets and sets the enabled.
|
void |
setDependentOnCompoundObject(boolean value)
Gets and sets the IsDependentOnCompoundObject.
|
void |
setEnabled(boolean value)
Gets and sets the enabled.
|
void |
setGeomDependencyClassVersion(int value)
Gets and sets the class version of geom dependency.
|
void |
setIndex1(int value)
Gets and sets the unknown index.
|
void |
setIndex2(int value)
Gets and sets the unknown index.
|
getDependencyBody, getDependencyBodyId, getDependentOnObject, getName, getNextDependencyOnObject, getOrder, getPrevDependencyOnObject, getStatus, setDependencyBody, setDependencyBodyId, setDependentOnObject, setName, setNextDependencyOnObject, setOrder, setPrevDependencyOnObject, setStatusgetChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic final int getGeomDependencyClassVersion()
Gets and sets the class version of geom dependency.
public final void setGeomDependencyClassVersion(int value)
Gets and sets the class version of geom dependency.
public final boolean isEnabled()
Gets and sets the enabled.
public final void setEnabled(boolean value)
Gets and sets the enabled.
public final int getIndex1()
Gets and sets the unknown index.
public final void setIndex1(int value)
Gets and sets the unknown index.
public final int getIndex2()
Gets and sets the unknown index.
public final void setIndex2(int value)
Gets and sets the unknown index.
public final boolean isDependentOnCompoundObject()
Gets and sets the IsDependentOnCompoundObject.
public final void setDependentOnCompoundObject(boolean value)
Gets and sets the IsDependentOnCompoundObject.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.