public interface _ProjectionDefOperationsNC extends _IObjectOperationsNC
| Modifier and Type | Method and Description |
|---|---|
RBool |
getActive() |
ProjectionAxis |
getAxis() |
RInt |
getEndPlane() |
RenderingDef |
getRenderingDef() |
RInt |
getStartPlane() |
RInt |
getStepping() |
ProjectionType |
getType() |
RInt |
getVersion() |
void |
setActive(RBool theActive) |
void |
setAxis(ProjectionAxis theAxis) |
void |
setEndPlane(RInt theEndPlane) |
void |
setRenderingDef(RenderingDef theRenderingDef) |
void |
setStartPlane(RInt theStartPlane) |
void |
setStepping(RInt theStepping) |
void |
setType(ProjectionType theType) |
void |
setVersion(RInt theVersion) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailsRInt getVersion()
void setVersion(RInt theVersion)
RenderingDef getRenderingDef()
void setRenderingDef(RenderingDef theRenderingDef)
ProjectionAxis getAxis()
void setAxis(ProjectionAxis theAxis)
ProjectionType getType()
void setType(ProjectionType theType)
RBool getActive()
void setActive(RBool theActive)
RInt getStartPlane()
void setStartPlane(RInt theStartPlane)
RInt getEndPlane()
void setEndPlane(RInt theEndPlane)
RInt getStepping()
void setStepping(RInt theStepping)